LanguageExt.Core

LanguageExt.Core Prelude Timer

Contents

class Prelude Source #

Methods

method Unit delay (Action f, TimeSpan delayFor) Source #

Execute an action after a specified delay

Parameters

param f

Action to execute

param delayFor

Time span to delay for

method Unit delay (Action f, DateTime delayUntil) Source #

Execute a function at a specific time

This will fail to be accurate across a Daylight Saving Time boundary

Parameters

param f

Action to execute

param delayUntil

DateTime to wake up at.